Style
The Style
class represents the styling attributes for form controls, including padding, background color, and image layout.
Properties
Name | Description |
---|---|
BackgroundImage | The background image of the control. |
BackgroundColor | The background color of the control. |
Height | The height of the control. |
Padding | The padding of the control. |
BackgroundImageLayout | The layout of the background image. |
Constructors
Name | Description |
---|---|
Style() | Initializes a new instance of the Style class with default values. |
Methods
Name | Description |
---|---|
GetDifferences(otherObj) | Compares the current instance with another style and returns the differences. |